home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / migcom / local.mk < prev    next >
Encoding:
Makefile  |  1992-06-10  |  664 b   |  28 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. YFLAGS    += -d
  9. LIBS    += -ll
  10.  
  11. # migcom has macros that put arguments into strings, hence we need an
  12. # old-style (traditional) cpp.
  13. #if empty(TM:Mds3100) && empty(TM:Mds5000)
  14. CFLAGS    += -traditional
  15. #endif
  16.  
  17. #include    <$(SYSMAKEFILE)>
  18.  
  19. .PATH.h :    /sprite/lib/include.mach
  20.  
  21. $(TM).md/lexxer.o : parser.h
  22.  
  23. parser.h: parser.c
  24.     cp y.tab.h parser.h
  25.  
  26. clean::
  27.     $(RM) -f parser.c parser.h y.tab.h
  28.